home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / sys / JStatus.lha / JStatus / JStatus.doc < prev    next >
Encoding:
Text File  |  1998-03-18  |  2.7 KB  |  93 lines

  1. What is JStatus ?
  2. -----------------
  3.  
  4. Just the same as System`s "Status" command.
  5. With some little differences to it:
  6.  
  7.     - displays also system processes
  8.     - displays optional the task addresses
  9.     - prints out stack usage
  10.     - has another evil option, find it out .->
  11.  
  12. Requirements:
  13. -------------
  14.  
  15. - any Amiga or clone using OS2.0 and higher
  16.  
  17.  
  18. Usage:
  19. ------
  20.  
  21. In general just the same like "Status" command has:
  22.  
  23.     Parameters:
  24.     -----------
  25.  
  26.     PROCESS/N,FULL/S,PCB=TCB/S,WB=ALL/S,NE=NOEPROG/S,COM=COMMAND/K
  27.  
  28.     PROCESS     - number of the process for which the information should
  29.                   be put out, if there`s no process number given,
  30.                   all known CLI processes and their will be put out
  31.  
  32.     FULL        - a switch, if given all, the PCB (process control block) information
  33.                   and the names of every process will put out
  34.  
  35.     PCB,TCB     - a switch, the same like FULL, but opposite to it, it will only print
  36.                   out the PCB information and instead of names the addresses
  37.  
  38.     WB,ALL      - a switch, this will force JStatus to print out all processes,
  39.                   first the CLI processes then system processes and don`t have a CLI
  40.  
  41.     NE,NOEPROG  - a switch, if given, the evil option, that means the mightbe
  42.                   detection of programs written in the language E, will be turned off
  43.  
  44.     COM,COMMAND - a keyword, if given JStatus searches for a loaded command and
  45.                   puts out the process number, if not found it will set the error
  46.                   code to WARN and quits silently. This is good for DOS scripts.
  47.                   NOTE: If given then all other parameters will be ignored.
  48.  
  49. Examples:
  50. ---------
  51.  
  52. JStatus com=MCP  - sets here error code to OKAY and returns process number 4
  53. JStatus          - prints out the actual CLI process list
  54. JStatus all      - prints out the actual CLI process list AND all system processes
  55. JStatus full all - the same like above, but now with complete informations (also PCB)
  56. JStatus pcb all  - the same like above, but now without names
  57.  
  58. Hope you have fun !
  59.  
  60. Disclaimer
  61. ----------
  62.  
  63. JStatus is ©1998 by Matthias Faust.
  64.  
  65. No warranties are given ! Use this program at your own risk !
  66. This program is Freeware. Commercial usage is only allowed with
  67. my explicit permission !
  68.  
  69. Bugs, errors etc.
  70. -----------------
  71.  
  72. This program was written on A1200T with the following configuration:
  73.     - Blizzard1240/40
  74.     - 32 MB RAM
  75.     - MerlinII/P96
  76.     - Prelude/AHI
  77.     - WD-850 MB HD
  78.     - Iomega ZIP drive
  79.     - CDROM
  80.     - (and not yet delivered Blizzard603/250 .-)
  81.  
  82. using GCC 2.7.2.1 , GoldED and VinCEd-Shell.
  83.  
  84. Author:
  85. -------
  86.  
  87.         Matthias Faust
  88.         Max-Planck-Ring 4,I108
  89. 98693   Ilmenau
  90.         Deutschland
  91.  
  92. EMail:  faust@rz.tu-ilmenau.de
  93.